home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Jun 88 / Re-Variable Sizes 5⁄18 < prev    next >
Encoding:
Text File  |  1991-03-06  |  549 b   |  20 lines  |  [TEXT/GEOL]

  1. Item    9586626                         18-May-88        17:21
  2.  
  3. From:   WETMORE1                        Wetmore, Russ
  4.  
  5. To:     N0231                           TRW, ESG, Donald  Carlile, ASC
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Response to Variable Sizes
  10.  
  11. Don -
  12.  
  13. There isn't any overhead associated with an array.  Its size is merely the
  14. number of elements times the size of the base element.  So...
  15.         ARRAY [5..10] OF INTEGER
  16. would take up 12 bytes (6 elements of 2 byte integers.)
  17.         [ Russ ]
  18.  
  19.  
  20.